home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 December
/
CMCD1203.ISO
/
Software
/
Complet
/
CINEBENCH 2003
/
resource
/
modules
/
objects
/
res
/
description
/
Osplinestar.h
< prev
next >
Wrap
C/C++ Source or Header
|
2003-02-27
|
313b
|
13 lines
#ifndef _Osplinestar_H_
#define _Osplinestar_H_
enum
{
PRIM_STAR_IRAD = 2070, // REAL - Inner Radius [>=0.0]
PRIM_STAR_ORAD = 2071, // REAL - Outer Radius [>=0.0]
PRIM_STAR_TWIST = 2072, // REAL - Twist [>=-1.0; <=1.0]
PRIM_STAR_POINTS = 2073 // LONG - Points [>=3]
};
#endif